-
-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.8.0 #1125
Merged
Release 2.8.0 #1125
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update dependency dulwich to v0.21.6
…es-1.x Update dependency django-storages to v1.14
…out-4.x Update actions/checkout action to v4
Update Nginx unit to 1.31
…buildx-action-3.x Update docker/setup-buildx-action action to v3
…qemu-action-3.x Update docker/setup-qemu-action action to v3
…action-3.x Update docker/login-action action to v3
…tgres-16.x Update docker.io/postgres Docker tag to v16
Update dependency psycopg to v3.1.11
Update postgres Docker tag to v16
Update dependency psycopg to v3.1.12
…es-1.x Update dependency django-storages to v1.14.1
…es-1.x Update dependency django-storages to v1.14.2
…dap-4.x Update dependency django-auth-ldap to v4.6.0
Update dependency python3-saml to v1.16.0
…-python-5.x Update actions/setup-python action to v5
Update dependency psycopg to v3.1.16
Update dependency dulwich to v0.21.7
cimnine
approved these changes
Jan 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Noteworthy Changes
Update postgres Docker tag to v16 #1082
Our docker-compose file was updated to use PostgreSQL 16.
Note that you will need to take manual action after you upgrade a live PostgreSQL database.
If your database is not too big, a full backup (with PostgreSQL 15, i.e. before the upgrade) and restore (with a clean PostgreSQL 15, i.e. after the upgrade) is probably the easiest to achieve. Our troubleshooting wiki page has instructions on how to backup and restore a Netbox database. Please test the procedure on a test system first!
Note that there is no requirement to update to PostgreSQL 16, you can stick to version 15 just fine. You could do this with a
docker-compose.override.yml
like so:Updated dependencies
Compatibility
This version of NetBox Docker is only compatible with NetBox v3.7.x and above.
For older versions, use a previous release of NetBox Docker.